home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 3.iso / screensavers / saver17.zip / VoodooLights / Sources / input.h < prev    next >
C/C++ Source or Header  |  1997-05-22  |  98b  |  9 lines

  1. #ifndef _INPUT_H_
  2. #define _INPUT_H_
  3.  
  4. extern void input_HandleKeyboard( void ) ;
  5.  
  6.  
  7. #endif
  8.  
  9.